home *** CD-ROM | disk | FTP | other *** search
- Path: chinook.Generation.NET!michelb
- From: michelb@generation.net (Michel Beausejour)
- Newsgroups: comp.lang.c++,comp.os.ms-windows.programmer.controls,comp.os.ms-windows.programmer.tools.mfc,comp.os.ms-windows.programmer.win32
- Subject: CListView and SetTimer in MFC 4.0
- Date: Thu, 14 Mar 96 20:21:46 GMT
- Organization: Generation.NET
- Message-ID: <4i9uvo$3k2@chinook.Generation.NET>
- NNTP-Posting-Host: portc22.generation.net
- Summary: SetTimer works only once in a CListView.
- X-Newsreader: News Xpress 2.0 Beta #0
- Keyword: CListView SetTimer
-
- My application has its view class derived from CListView. I call SetTimer() in
- the OnInitialUpdate(). The OnTimer() function mapped to WM_TIMER gets called
- only once.
-
- If the base class is CView, everything works fine.
-
- Anyone has a idea why the CListView's OnTimer does not get called more than
- once ?
-